func go/build.hasGoFiles

2 uses

	go/build (current package)
		build.go#L657: 						if ctxt.isDir(dir) && hasGoFiles(ctxt, dir) {
		build.go#L1232: func hasGoFiles(ctxt *Context, dir string) bool {